Bump Microsoft.EntityFrameworkCore from 9.0.11 to 9.0.13#403
Merged
masesdevelopers merged 2 commits intomasterfrom Feb 12, 2026
Conversation
--- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
masesdevelopers
added a commit
that referenced
this pull request
Feb 17, 2026
masesdevelopers
added a commit
that referenced
this pull request
Feb 18, 2026
* Add ManagedType/SupportNull and extend value types Introduce managed-type metadata and broaden supported primitive types across Avro and Protobuf serializers. - Avro: added documentation and new fields (ManagedType, SupportNull) to AvroValueContainer.avsc and AvroKeyContainer.avsc; regenerated Avro classes and PropertyDataRecord with updated schema and generated-code version. - Runtime: AvroValueContainer.cs now maps various CLR types (Guid, DateTime, DateTimeOffset, char, sbyte, ushort, uint, ulong, decimal) to string-compatible storage, records ManagedType and SupportNull in PropertyDataRecord, and converts stored string values back to native types when rebuilding entity arrays. Also added CultureInfo usage and minor debug define change. - Protobuf: extended GenericValue (proto and generated code) with additional oneof variants (char, sbyte, ushort, uint, ulong, decimal) and two metadata fields (ManagedType, SupportNull); adjusted field numbers, serialization/deserialization, equality/hash, cloning, and GeneratedClrTypeInfo accordingly. - Tests: added/updated complex benchmark/test JSON configs and touched test project/Program to accommodate changes. These changes enable richer type fidelity and nullability handling in KEFCore serialization across Avro and Protobuf formats. * Adds subtype for DateTime and DateTimeOffset to automatically support Utc/Local * #403: aligned configuration file to KNetReplicator obsolescence * Adds first complex test * Update management of DateTimeOffset * Adds self compilation of avro schema using KEFCore.SerDes.Avro.Compiler only in Debug * Use configuration file to define backend engine and its configuration, specific properties moved on workflows/build.yaml * Documentation review * Adds test for NullableBooleanValue using new definition for topic name * Update howitworks.md * #415 (comment)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Microsoft.EntityFrameworkCore from 9.0.11 to 9.0.13.
Release notes
Sourced from Microsoft.EntityFrameworkCore's releases.
9.0.13
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.12...v9.0.13
9.0.12
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.11...v9.0.12
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)